[INFO] cloning repository https://github.com/jontze/cloudi-gen
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jontze/cloudi-gen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjontze%2Fcloudi-gen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjontze%2Fcloudi-gen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 693cca32526fc8f7ae4ee61bfb72d71dacde1e84
[INFO] checking jontze/cloudi-gen against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjontze%2Fcloudi-gen" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jontze/cloudi-gen
[INFO] finished tweaking git repo https://github.com/jontze/cloudi-gen
[INFO] tweaked toml for git repo https://github.com/jontze/cloudi-gen written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jontze/cloudi-gen on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jontze/cloudi-gen already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29
[INFO] running `Command { std: "docker" "start" "e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking object v0.36.2
[INFO] [stderr]     Checking quick-xml v0.32.0
[INFO] [stderr]    Compiling bugreport v0.5.0
[INFO] [stderr]     Checking terminal_size v0.4.0
[INFO] [stderr]     Checking bytemuck v1.16.1
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking flate2 v1.1.4
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking rgb v0.8.45
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking terminal-trx v0.2.5
[INFO] [stderr]     Checking shell-escape v0.1.5
[INFO] [stderr]     Checking xterm-color v1.0.1
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking std_prelude v0.2.12
[INFO] [stderr]     Checking supports-color v3.0.0
[INFO] [stderr]     Checking path_abs v0.5.1
[INFO] [stderr]     Checking terminal-colorsaurus v1.0.1
[INFO] [stderr]     Checking console v0.16.1
[INFO] [stderr]     Checking ansi_colours v1.2.3
[INFO] [stderr]     Checking content_inspector v0.2.4
[INFO] [stderr]     Checking clircle v0.6.1
[INFO] [stderr]     Checking etcetera v0.11.0
[INFO] [stderr]     Checking owo-colors v4.0.0
[INFO] [stderr]     Checking wild v2.2.1
[INFO] [stderr]     Checking bytesize v1.3.0
[INFO] [stderr]     Checking bstr v1.10.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling libz-sys v1.1.18
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling sys-info v0.9.1
[INFO] [stderr]    Compiling backtrace v0.3.73
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]     Checking addr2line v0.22.0
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking supports-hyperlinks v3.0.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking grep-cli v0.1.11
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]     Checking git-version v0.3.9
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking minus v5.6.1
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]    Compiling serde_with v3.16.1
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking plist v1.7.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling bat v0.26.1
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking git2 v0.20.4
[INFO] [stderr]     Checking cloudi-gen v0.2.76 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.68s
[INFO] running `Command { std: "docker" "inspect" "e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29", kill_on_drop: false }`
[INFO] [stdout] e7b60c68a96adb47ca3fe99d4b6f91d34e8fafb4715269235b21998aa71c7f29
